home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16574 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  605 b 

  1. Path: nntp.uib.no!usenet
  2. From: ip354@maur (Thomas M. Farrelly)
  3. Newsgroups: comp.lang.c++
  4. Subject: Help: Functions
  5. Date: 11 Apr 1996 13:06:18 +0200
  6. Organization: 10
  7. Sender: ip354@maur
  8. Message-ID: <tjxn34jow9h.fsf@maur>
  9. NNTP-Posting-Host: maur.ii.uib.no
  10. X-Newsreader: Gnus v5.1
  11.  
  12.  
  13. I want to call functions via their adress. For example storing a list
  14. of functions in an array, and call them by index.
  15.  
  16. The list of functions will be created from all functions in a class.
  17. Can this be done regardless of which functions the class contains, and
  18. is there a posiblity of locating friend functions to that class?
  19.  
  20.